Martin Klepsch
Martin Klepsch
About
- Display Name
- Martin Klepsch
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
It's fixed! Thanks :)
-
No problem! I'm happy to help. The code seems very readable & I was able to check some basic things figure this out.
-
Using latest Chrome
-
Passing webmidi.time as the time option to playNote fixes the problem!
-
Could the issue be that WebMidi.convertToTimestamp(options.time) returns false when options.time is null ? https://webmidijs.org/docs/v3.0.0-alpha.3/OutputChannel.js.html#line-666
-
WebMidi.outputs[1].sendNoteOn(36) WebMidi.outputs[1].sendNoteOff(36) works as expected btw
-
This would mean you are currently using v3.0.0-alpha.3. Yes! I started a new project and saw the great API docs for v3 so I figured I might just give that a try. :)
-
Agree that it would be a pity if the stuff that's already on this forum got lost, so some way of preserving it would certainly be nice. I don't have any particular insights on using it from an administrative side but I see plenty of big OSS communi…
-
I'm loading webmidi.js from here: https://cdn.jsdelivr.net/npm/webmidi@next/dist/webmidi.iife.js I've also tried to log the from the corresponding input to see what events come through but I haven't quite been able to get that to work. When I send t…